home *** CD-ROM | disk | FTP | other *** search
- Echo Off
- Cls
- Echo Make sure your Printer is turned on
- Echo If you don't have a printer press Abort
- Echo when you get a printer I/O Error Message
- Echo .
- Pause
- copy readme.doc Prn
- if exist c:\fBucks\*.* goto pm1
- Echo Installing Fastbucks
- md c:\fbucks
- md c:\fbucks\data
- Copy fb.* c:\fbucks
- copy chk*.* c:\fbucks\data
- copy sav*.* c:\fbucks\data
- copy chg*.* c:\fbucks\data
- copy accts.dat c:\fbucks\data
- copy bud*.dat c:\fbucks\data
- cls
- c:
- cd c:\fbucks
- Echo
- Echo When Prompted for Data path name enter c:\Fbucks\data
- Pause
- fb
- cd c:\
- goto endit
- :pm1
- Cls
- echo c:\FBucks dir already exists
- echo
- echo If you do not want fbucks to be installed
- echo at this time.............................
- echo .
- echo Hit ^C to abort installation;
- echo .
- Pause
- echo .
- Echo Sample data files will not be Copied to data directory .....
- Copy fb.* c:\fbucks
- c:
- cd c:\fbucks
- Fb
- cd \
- :endit
- c:
-